func go.uber.org/goleak.addFilter

4 uses

	go.uber.org/goleak (current package)
		options.go#L65: 	return addFilter(func(s stack.Stack) bool {
		options.go#L81: 	return addFilter(func(s stack.Stack) bool {
		options.go#L105: 	return addFilter(func(s stack.Stack) bool {
		options.go#L116: func addFilter(f func(stack.Stack) bool) Option {